WordDocumentLoadFromRtf(String) Method
Loads an RTF (Rich Text Format) document and reconstructs its content (text,
character/paragraph formatting, tables and embedded PNG/JPEG images) into this document.
Namespace: Independentsoft.Office.WordAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public void LoadFromRtf(
string file
)
Public Sub LoadFromRtf (
file As String
)
Parameters
- file String
- The RTF file path.